mission = 
{
    trig = 
    {
        actions = 
        {
            [1] = "a_activate_group(\"Tu GAI 1\"); mission.trig.func[1]='';",
            [2] = "a_activate_group(\"Tu GAI 1\"); mission.trig.func[2]='';",
            [3] = "a_activate_group(\"Tu GAI 1\"); mission.trig.func[3]='';",
            [4] = "a_activate_group(\"Tu GAI 1\"); mission.trig.func[4]='';",
            [5] = "a_out_text_delay(\"717, я 101. Вас наблюдаю. Иду к цели.\", \"15\");a_out_sound(\"10-1.wav\"); mission.trig.func[5]='';",
            [6] = "a_out_text_delay(\"717, я 101. В зоне.\", \"15\");a_out_sound(\"10-2.wav\"); mission.trig.func[6]='';",
            [7] = "a_activate_group(\"Tu GAI 2\"); mission.trig.func[7]='';",
            [8] = "a_activate_group(\"Tu GAI 2\"); mission.trig.func[8]='';",
            [9] = "a_activate_group(\"Tu GAI 2\"); mission.trig.func[9]='';",
            [10] = "a_activate_group(\"Tu GAI 2\"); mission.trig.func[10]='';",
            [11] = "a_out_text_delay(\"717, я контроль. Задача выполнена. Возврат на точку.\", \"15\");a_out_sound(\"10-1a.wav\"); mission.trig.func[11]='';",
            [12] = "a_activate_group(\"Trans 1 #001\");a_activate_group(\"Trans 2 #001\"); mission.trig.func[12]='';",
            [13] = "a_activate_group(\"Tu GAI 2\"); mission.trig.func[13]='';",
        }, -- end of actions
        custom = 
        {
        }, -- end of custom
        func = 
        {
            [1] = "if mission.trig.conditions[1]() then mission.trig.actions[1]() end",
            [2] = "if mission.trig.conditions[2]() then mission.trig.actions[2]() end",
            [3] = "if mission.trig.conditions[3]() then mission.trig.actions[3]() end",
            [4] = "if mission.trig.conditions[4]() then mission.trig.actions[4]() end",
            [5] = "if mission.trig.conditions[5]() then mission.trig.actions[5]() end",
            [6] = "if mission.trig.conditions[6]() then mission.trig.actions[6]() end",
            [7] = "if mission.trig.conditions[7]() then mission.trig.actions[7]() end",
            [8] = "if mission.trig.conditions[8]() then mission.trig.actions[8]() end",
            [9] = "if mission.trig.conditions[9]() then mission.trig.actions[9]() end",
            [10] = "if mission.trig.conditions[10]() then mission.trig.actions[10]() end",
            [11] = "if mission.trig.conditions[11]() then mission.trig.actions[11]() end",
            [12] = "if mission.trig.conditions[12]() then mission.trig.actions[12]() end",
            [13] = "if mission.trig.conditions[13]() then mission.trig.actions[13]() end",
        }, -- end of func
        flag = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
            [4] = true,
            [5] = true,
            [6] = true,
            [7] = true,
            [8] = true,
            [9] = true,
            [10] = true,
            [11] = true,
            [12] = true,
            [13] = true,
        }, -- end of flag
        conditions = 
        {
            [1] = "return(c_unit_in_zone(\"85\", \"Zone 1\") )",
            [2] = "return(c_unit_in_zone(\"85\", \"Zone 2\") )",
            [3] = "return(c_unit_in_zone(\"85\", \"Zone 3\") )",
            [4] = "return(c_unit_in_zone(\"85\", \"Zone 4\") )",
            [5] = "return(c_unit_in_zone_unit(\"1\", \"Zone East\", \"90\") )",
            [6] = "return(c_unit_in_zone(\"90\", \"Zone East\") )",
            [7] = "return(c_unit_in_zone(\"85\", \"Zone 6\") )",
            [8] = "return(c_unit_in_zone(\"91\", \"Zone 5\") )",
            [9] = "return(c_unit_in_zone(\"36\", \"Zone 6\") )",
            [10] = "return(c_unit_in_zone(\"90\", \"Zone 5\") )",
            [11] = "return(c_group_dead(\"Tu GAI 1\") and c_group_dead(\"Tu GAI 2\") )",
            [12] = "return(c_unit_in_zone(\"1\", \"Zone 7\") )",
            [13] = "return(c_group_dead(\"Tu-CAP\") )",
        }, -- end of conditions
        customStartup = 
        {
            [6] = "for i,t in ipairs(mission.result.offline.actions) do mission.result.offline.actions[i]=loadstring(t) end",
            [2] = "for i,t in ipairs(mission.result.blue.conditions) do mission.result.blue.conditions[i]=loadstring(t) end",
            [8] = "for i,t in ipairs(mission.trig.actions) do mission.trig.actions[i]=loadstring(t) end",
            [3] = "for i,t in ipairs(mission.result.offline.conditions) do mission.result.offline.conditions[i]=loadstring(t) end",
            [1] = "for i,t in ipairs(mission.result.red.conditions) do mission.result.red.conditions[i]=loadstring(t) end",
            [4] = "for i,t in ipairs(mission.result.red.actions) do mission.result.red.actions[i]=loadstring(t) end",
            [5] = "for i,t in ipairs(mission.result.blue.actions) do mission.result.blue.actions[i]=loadstring(t) end",
            [7] = "for i,t in ipairs(mission.trig.conditions) do mission.trig.conditions[i]=loadstring(t) end",
        }, -- end of customStartup
        funcStartup = 
        {
        }, -- end of funcStartup
    }, -- end of trig
    resultRed = 
    {
    }, -- end of resultRed
    resultBlue = 
    {
    }, -- end of resultBlue
    descriptionBlueTask = "",
    goals = 
    {
        [1] = 
        {
            rules = 
            {
                [1] = 
                {
                    group = 53,
                    zone = 6,
                    predicate = "c_group_dead",
                    unit = 90,
                }, -- end of [1]
                [2] = 
                {
                    group = 56,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [2]
            }, -- end of rules
            side = "OFFLINE",
            score = 50,
            predicate = "score",
            comment = "Win",
        }, -- end of [1]
        [2] = 
        {
            rules = 
            {
                [1] = 
                {
                    seconds = 2,
                    predicate = "c_time_after",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            side = "OFFLINE",
            score = 50,
            predicate = "score",
            comment = "Start 50",
        }, -- end of [2]
    }, -- end of goals
    trigfunc = 
    {
        [1] = "if c_unit_in_zone(\"85\", \"Zone 1\") then a_activate_group(\"Tu GAI 1\"); mission.trigfunc[1]='';end;",
        [2] = "if c_unit_in_zone(\"85\", \"Zone 2\") then a_activate_group(\"Tu GAI 1\"); mission.trigfunc[2]='';end;",
        [3] = "if c_unit_in_zone(\"85\", \"Zone 3\") then a_activate_group(\"Tu GAI 1\"); mission.trigfunc[3]='';end;",
        [4] = "if c_unit_in_zone(\"85\", \"Zone 4\") then a_activate_group(\"Tu GAI 1\"); mission.trigfunc[4]='';end;",
        [5] = "if c_unit_in_zone_unit(\"1\", \"Zone East\", \"90\") then a_out_text_delay(\"717, я 101. Вас наблюдаю. Иду к цели.\", \"15\");a_out_sound(\"10-1.wav\"); mission.trigfunc[5]='';end;",
        [6] = "if c_unit_in_zone(\"90\", \"Zone East\") then a_out_text_delay(\"717, я 101. В зоне.\", \"15\");a_out_sound(\"10-2.wav\"); mission.trigfunc[6]='';end;",
        [7] = "if c_unit_in_zone(\"85\", \"Zone 6\") then a_activate_group(\"Tu GAI 2\"); mission.trigfunc[7]='';end;",
        [8] = "if c_unit_in_zone(\"91\", \"Zone 5\") then a_activate_group(\"Tu GAI 2\"); mission.trigfunc[8]='';end;",
        [9] = "if c_unit_in_zone(\"36\", \"Zone 6\") then a_activate_group(\"Tu GAI 2\"); mission.trigfunc[9]='';end;",
        [10] = "if c_unit_in_zone(\"90\", \"Zone 5\") then a_activate_group(\"Tu GAI 2\"); mission.trigfunc[10]='';end;",
        [11] = "if c_group_dead(\"Tu GAI 1\") and c_group_dead(\"Tu GAI 2\") then a_out_text_delay(\"717, я контроль. Задача выполнена. Возврат на точку.\", \"15\");a_out_sound(\"10-1a.wav\"); mission.trigfunc[11]='';end;",
        [12] = "if c_unit_in_zone(\"1\", \"Zone 7\") then a_activate_group(\"Trans 1 #001\");a_activate_group(\"Trans 2 #001\"); mission.trigfunc[12]='';end;",
        [13] = "if c_group_dead(\"Tu-CAP\") then a_activate_group(\"Tu GAI 2\"); mission.trigfunc[13]='';end;",
    }, -- end of trigfunc
    weather = 
    {
        qnh = 760,
        wind = 
        {
            at8000 = 
            {
                speed = 0,
                dir = 0,
            }, -- end of at8000
            atGround = 
            {
                speed = 0,
                dir = 0,
            }, -- end of atGround
            at2000 = 
            {
                speed = 0,
                dir = 0,
            }, -- end of at2000
        }, -- end of wind
        name = "Winter, clean sky",
        fog = 
        {
            density = 0,
            thickness = 0,
        }, -- end of fog
        turbulence = 
        {
            at8000 = 0,
            atGround = 0,
            at2000 = 0,
        }, -- end of turbulence
        visibility = 
        {
            distance = 80000,
        }, -- end of visibility
        season = 
        {
            iseason = 3,
            temperature = 20,
        }, -- end of season
        clouds = 
        {
            density = 7,
            thickness = 300,
            base = 3000,
            iprecptns = 0,
        }, -- end of clouds
    }, -- end of weather
    result = 
    {
        [1] = "if c_group_dead(\"Tu GAI 1\") and c_group_dead(\"Tu GAI 2\")  then a_set_mission_result(50) end",
        [2] = "if c_time_after(\"2\")  then a_set_mission_result(50) end",
        offline = 
        {
            conditions = 
            {
                [1] = "return(c_group_dead(\"Tu GAI 1\") and c_group_dead(\"Tu GAI 2\") )",
                [2] = "return(c_time_after(\"2\") )",
            }, -- end of conditions
            actions = 
            {
                [1] = "a_set_mission_result(50)",
                [2] = "a_set_mission_result(50)",
            }, -- end of actions
            func = 
            {
                [1] = "if mission.result.offline.conditions[1]() then mission.result.offline.actions[1]() end",
                [2] = "if mission.result.offline.conditions[2]() then mission.result.offline.actions[2]() end",
            }, -- end of func
        }, -- end of offline
        blue = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of blue
        red = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of red
    }, -- end of result
    triggers = 
    {
        zones = 
        {
            [1] = 
            {
                radius = 40000,
                zoneId = 1,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 0.50196078431373,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.74280299417672,
                hidden = true,
                long = 0.75593075257852,
                x = -234271.86015244,
                name = "Zone 1",
                y = 747184.37353028,
            }, -- end of [1]
            [2] = 
            {
                radius = 40000,
                zoneId = 2,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 0.50196078431373,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.74690705503481,
                hidden = true,
                long = 0.74496654626627,
                x = -214280.15352655,
                name = "Zone 2",
                y = 692506.77197829,
            }, -- end of [2]
            [3] = 
            {
                radius = 40000,
                zoneId = 3,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 0.50196078431373,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.74783572884914,
                hidden = true,
                long = 0.73112254554328,
                x = -215579.06337916,
                name = "Zone 3",
                y = 626929.09294636,
            }, -- end of [3]
            [4] = 
            {
                radius = 40000,
                zoneId = 4,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 0.50196078431373,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.73687276698959,
                hidden = true,
                long = 0.76991141105166,
                x = -263643.84185928,
                name = "Zone 4",
                y = 818063.10358974,
            }, -- end of [4]
            [5] = 
            {
                radius = 10000,
                zoneId = 7,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of color
                lat = 0.73612708947923,
                hidden = true,
                long = 0.74137123745609,
                x = -284907.47335174,
                name = "Zone 5",
                y = 683391.38948461,
            }, -- end of [5]
            [6] = 
            {
                radius = 10000,
                zoneId = 8,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of color
                lat = 0.73736222103682,
                hidden = true,
                long = 0.73398661584457,
                x = -280868.92113642,
                name = "Zone 6",
                y = 647541.06649092,
            }, -- end of [6]
            [7] = 
            {
                radius = 40000,
                zoneId = 9,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of color
                lat = 0.73669297943455,
                hidden = true,
                long = 0.73796236911982,
                x = -283092.68361777,
                name = "Zone 7",
                y = 666832.49958634,
            }, -- end of [7]
            [8] = 
            {
                radius = 9000,
                zoneId = 5,
                color = 
                {
                    [1] = 0,
                    [2] = 1,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.74980192688563,
                hidden = true,
                long = 0.75664652783256,
                x = -189253.65465993,
                name = "Zone East",
                y = 745028.22701314,
            }, -- end of [8]
            [9] = 
            {
                radius = 8000,
                zoneId = 6,
                color = 
                {
                    [1] = 0,
                    [2] = 1,
                    [3] = 0,
                    [4] = 0.14901960784314,
                }, -- end of color
                lat = 0.75418367281954,
                hidden = true,
                long = 0.74205407354416,
                x = -169495.8729388,
                name = "Zone West",
                y = 673546.50806908,
            }, -- end of [9]
        }, -- end of zones
    }, -- end of triggers
    map = 
    {
        centerY = 0.74465000177214,
        zoom = 1000000,
        centerX = 0.75233857613623,
    }, -- end of map
    coalitions = 
    {
        blue = 
        {
            [1] = 11,
            [2] = 4,
            [3] = 6,
            [4] = 10,
            [5] = 16,
            [6] = 13,
            [7] = 15,
            [8] = 9,
            [9] = 8,
            [10] = 17,
            [11] = 12,
            [12] = 2,
            [13] = 3,
            [14] = 1,
            [15] = 5,
        }, -- end of blue
        red = 
        {
            [1] = 0,
        }, -- end of red
    }, -- end of coalitions
    descriptionText = "Мы достигли заключительную фазу операции по захвату авиабаз Кутаиси и Цхакая. Две группы вылетят в южном направление для посадки транспортников Ил-76 на обоих базах. Каждую группу будут сопровождать истребители и самолеты подавления ПВО.",
    trigflag = 
    {
        [1] = true,
        [2] = true,
        [3] = true,
        [4] = true,
        [5] = true,
        [6] = true,
        [7] = true,
        [8] = true,
        [9] = true,
        [10] = true,
        [11] = true,
        [12] = true,
        [13] = true,
    }, -- end of trigflag
    descriptionRedTask = "Произведи сопровождение обеих групп и разбей воздушные угрозы которые могут сорвать операцию.",
    pictureFileNameB = 
    {
    }, -- end of pictureFileNameB
    pictureFileNameR = 
    {
        [1] = "10B{46ED2AF7-E65E-49a0-9711-58E48B88CE31}.png",
    }, -- end of pictureFileNameR
    trigrules = 
    {
        [1] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 85,
                    predicate = "c_unit_in_zone",
                    zone = 1,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 53,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "Zone 1",
        }, -- end of [1]
        [2] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 85,
                    predicate = "c_unit_in_zone",
                    zone = 2,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 53,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "Zone 2",
        }, -- end of [2]
        [3] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 85,
                    predicate = "c_unit_in_zone",
                    zone = 3,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 53,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "Zone 3",
        }, -- end of [3]
        [4] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 85,
                    predicate = "c_unit_in_zone",
                    zone = 4,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 53,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "Zone 4",
        }, -- end of [4]
        [5] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 1,
                    zone = 5,
                    predicate = "c_unit_in_zone_unit",
                    zoneunit = 90,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "717, я 101. Вас наблюдаю. Иду к цели.",
                    predicate = "a_out_text_delay",
                    seconds = 15,
                }, -- end of [1]
                [2] = 
                {
                    text = "",
                    file = "10-1.wav",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [2]
            }, -- end of actions
            comment = "Tally",
        }, -- end of [5]
        [6] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 5,
                    predicate = "c_unit_in_zone",
                    unit = 90,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "717, я 101. В зоне.",
                    predicate = "a_out_text_delay",
                    seconds = 15,
                }, -- end of [1]
                [2] = 
                {
                    coalitionlist = "",
                    file = "10-2.wav",
                    text = "",
                    predicate = "a_out_sound",
                    seconds = 10,
                }, -- end of [2]
            }, -- end of actions
            comment = "Fence In",
        }, -- end of [6]
        [7] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 8,
                    predicate = "c_unit_in_zone",
                    unit = 85,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 56,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "Zone 5-1",
        }, -- end of [7]
        [8] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 91,
                    predicate = "c_unit_in_zone",
                    zone = 7,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 56,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "Zone 6-1",
        }, -- end of [8]
        [9] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 36,
                    predicate = "c_unit_in_zone",
                    zone = 8,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 56,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "Zone 5-2",
        }, -- end of [9]
        [10] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 90,
                    predicate = "c_unit_in_zone",
                    zone = 7,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 56,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "Zone 6-2",
        }, -- end of [10]
        [11] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    group = 53,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
                [2] = 
                {
                    group = 56,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [2]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "717, я контроль. Задача выполнена. Возврат на точку.",
                    predicate = "a_out_text_delay",
                    seconds = 15,
                }, -- end of [1]
                [2] = 
                {
                    seconds = 10,
                    file = "10-1a.wav",
                    predicate = "a_out_sound",
                    text = "",
                }, -- end of [2]
            }, -- end of actions
            comment = "Win",
        }, -- end of [11]
        [12] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    unit = 1,
                    predicate = "c_unit_in_zone",
                    zone = 9,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 57,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
                [2] = 
                {
                    group = 58,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [2]
            }, -- end of actions
            comment = "Trans",
        }, -- end of [12]
        [13] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    group = 59,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 56,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "GAI 2",
        }, -- end of [13]
    }, -- end of trigrules
    coalition = 
    {
        blue = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "UK",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 4,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
                [2] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Insurgents",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 17,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [2]
                [3] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Belgium",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 11,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [3]
                [4] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Canada",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 8,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [4]
                [5] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "France",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 5,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [5]
                [6] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Israel",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 15,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [6]
                [7] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Ukraine",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 1,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [7]
                [8] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Norway",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 12,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [8]
                [9] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Georgia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 16,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 53,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73615556207847,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74178153028283,
                                            x = -284510.20848921,
                                            speed = 5.5555555555556,
                                            y = 685315.82416534,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 31,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZU-23 Emplacement Closed",
                                        CLSID = "{773F294C-4057-4789-892C-643BE8619778}",
                                        unitId = 71,
                                        lat = 0.73615556207847,
                                        skill = "Random",
                                        long = 0.74178153028283,
                                        x = -284510.20848921,
                                        name = "Unit #21",
                                        heading = 0,
                                        y = 685315.82416534,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "AAA-1",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73608156701881,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74115440958789,
                                            x = -285311.49110428,
                                            speed = 5.5555555555556,
                                            y = 682396.12345658,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 33,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZU-23 Emplacement Closed",
                                        CLSID = "{773F294C-4057-4789-892C-643BE8619778}",
                                        unitId = 73,
                                        lat = 0.73608156701881,
                                        skill = "Random",
                                        long = 0.74115440958789,
                                        x = -285311.49110428,
                                        name = "Unit #23",
                                        heading = 0,
                                        y = 682396.12345658,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "AAA-3",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 44,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73727598727851,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73425182538619,
                                            x = -281282.74305434,
                                            speed = 5.5555555555556,
                                            y = 648853.37373198,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 35,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZU-23 Emplacement Closed",
                                        CLSID = "{773F294C-4057-4789-892C-643BE8619778}",
                                        unitId = 75,
                                        lat = 0.73727598727851,
                                        skill = "Random",
                                        long = 0.73425182538619,
                                        x = -281282.74305434,
                                        name = "Unit #25",
                                        heading = 0,
                                        y = 648853.37373198,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "AAA-5",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73740417286079,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73375643172253,
                                            x = -280719.33595899,
                                            speed = 5.5555555555556,
                                            y = 646424.3919692,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 36,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZU-23 Emplacement Closed",
                                        CLSID = "{773F294C-4057-4789-892C-643BE8619778}",
                                        unitId = 76,
                                        lat = 0.73740417286079,
                                        skill = "Random",
                                        long = 0.73375643172253,
                                        x = -280719.33595899,
                                        name = "Unit #26",
                                        heading = 0,
                                        y = 646424.3919692,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "AAA-6",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 12,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73736697173893,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73406205044043,
                                            x = -280800.0737908,
                                            speed = 5.5555555555556,
                                            y = 647894.46380832,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 54,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-55",
                                        CLSID = "{64066D8C-3785-4baf-A347-C585FE29746E}",
                                        unitId = 108,
                                        lat = 0.73736697173893,
                                        skill = "Random",
                                        long = 0.73406205044043,
                                        x = -280800.0737908,
                                        name = "Unit #1",
                                        heading = 0,
                                        y = 647894.46380832,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "T-55",
                                        CLSID = "{64066D8C-3785-4baf-A347-C585FE29746E}",
                                        unitId = 109,
                                        lat = 0.73735964443735,
                                        skill = "Random",
                                        long = 0.73364678069822,
                                        x = -281059.13133848,
                                        name = "Unit #2",
                                        heading = 0,
                                        y = 645936.22651947,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "T-55",
                                        CLSID = "{64066D8C-3785-4baf-A347-C585FE29746E}",
                                        unitId = 110,
                                        lat = 0.7372011128959,
                                        skill = "Random",
                                        long = 0.73375277133504,
                                        x = -282015.03441471,
                                        name = "Unit #3",
                                        heading = 0,
                                        y = 646544.87692084,
                                    }, -- end of [3]
                                }, -- end of units
                                name = "Tank 1",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [5]
                            [6] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73602277665435,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74157247132653,
                                            x = -285466.46182572,
                                            speed = 5.5555555555556,
                                            y = 684420.16697187,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 55,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "T-55",
                                        CLSID = "{64066D8C-3785-4baf-A347-C585FE29746E}",
                                        unitId = 111,
                                        lat = 0.73602277665435,
                                        skill = "Random",
                                        long = 0.74157247132653,
                                        x = -285466.46182572,
                                        name = "Unit #4",
                                        heading = 0,
                                        y = 684420.16697187,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "T-55",
                                        CLSID = "{64066D8C-3785-4baf-A347-C585FE29746E}",
                                        unitId = 112,
                                        lat = 0.73632335621323,
                                        skill = "Random",
                                        long = 0.74156934987112,
                                        x = -283552.68443834,
                                        name = "Unit #5",
                                        heading = 0,
                                        y = 684189.84282279,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "T-55",
                                        CLSID = "{64066D8C-3785-4baf-A347-C585FE29746E}",
                                        unitId = 113,
                                        lat = 0.73610247816326,
                                        skill = "Random",
                                        long = 0.74179370712513,
                                        x = -284841.905547,
                                        name = "Unit #6",
                                        heading = 0,
                                        y = 685411.46065706,
                                    }, -- end of [3]
                                }, -- end of units
                                name = "Tank 2",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [6]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [9]
                [10] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Spain",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 9,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [10]
                [11] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "USA",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 2,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [11]
                [12] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Denmark",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 13,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [12]
                [13] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Germany",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 6,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [13]
                [14] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Turkey",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 3,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                name = "Tu GAI 1",
                                groupId = 53,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 2368,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.731802,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.730691,
                                            x = -317948.32727306,
                                            speed = 138.88888888889,
                                            airdromeId = 24,
                                            y = 635639.37385346,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73195244954212,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.7394935664955,
                                                    radius = 70000,
                                                    y = 673378.84796898,
                                                    x = -275960.4396672,
                                                    lat = 0.73768595984655,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.73153519678982,
                                            x = -316570.48751636,
                                            speed = 277.77777777778,
                                            y = 639554.72248692,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 2718,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7458871493071,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75105068907922,
                                            x = -217411.16547232,
                                            speed = 277.77777777778,
                                            y = 721842.65554619,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 3006,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75076872743402,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74065777388825,
                                            x = -191990.94875999,
                                            speed = 277.77777777778,
                                            y = 669513.43846242,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73149052924241,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72883536892492,
                                            x = -320854.49141455,
                                            speed = 277.77777777778,
                                            y = 627023.94746529,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 37,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.731802,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.730691,
                                            x = -317948.32727306,
                                            speed = 138.88888888889,
                                            airdromeId = 24,
                                            y = 635639.37385346,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 82800,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-16C bl.50",
                                        CLSID = "{B5B20CFE-3D22-4EC0-A5C4-DDCDD68B5318}",
                                        unitId = 106,
                                        lat = 0.731802,
                                        skill = "Random",
                                        y = 635639.37385346,
                                        long = 0.730691,
                                        x = -317948.32727306,
                                        name = "Pilot #6",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{DA8F810A-EA40-4091-8127-CC2E026041E7}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 8,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Uzi11",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-16C bl.50",
                                        CLSID = "{B5B20CFE-3D22-4EC0-A5C4-DDCDD68B5318}",
                                        unitId = 107,
                                        lat = 0.731795,
                                        skill = "Random",
                                        y = 635677.2300221,
                                        long = 0.730698,
                                        x = -317989.45333289,
                                        name = "Pilot #7",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{DA8F810A-EA40-4091-8127-CC2E026041E7}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 8,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 3,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Uzi12",
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Tu GAI 2",
                                groupId = 56,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 18,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.731802,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.730691,
                                            x = -317948.32727306,
                                            speed = 138.88888888889,
                                            airdromeId = 24,
                                            y = 635639.37385346,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 3000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73193113578651,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.73632790872931,
                                                    radius = 70000,
                                                    y = 660894.91565548,
                                                    x = -300566.90201832,
                                                    lat = 0.73408308192909,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.73142973348195,
                                            x = -316758.64837727,
                                            speed = 277.77777777778,
                                            y = 639066.50337891,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 3000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73645215511995,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74176194415753,
                                            x = -282630.72792038,
                                            speed = 277.77777777778,
                                            y = 685010.51345403,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 3000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7377461277763,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73363180917228,
                                            x = -278604.25223165,
                                            speed = 277.77777777778,
                                            y = 645603.19332822,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73155292455592,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72931473247423,
                                            x = -320218.86117168,
                                            speed = 250,
                                            y = 629261.40016901,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 39,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.731802,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.730691,
                                            x = -317948.32727306,
                                            speed = 138.88888888889,
                                            airdromeId = 24,
                                            y = 635639.37385346,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 82800,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-16C bl.50",
                                        CLSID = "{B5B20CFE-3D22-4EC0-A5C4-DDCDD68B5318}",
                                        unitId = 114,
                                        lat = 0.731802,
                                        skill = "Random",
                                        y = 635639.37385346,
                                        long = 0.730691,
                                        x = -317948.32727306,
                                        name = "GAI 2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{DA8F810A-EA40-4091-8127-CC2E026041E7}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 8,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Enfield11",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-16C bl.50",
                                        CLSID = "{B5B20CFE-3D22-4EC0-A5C4-DDCDD68B5318}",
                                        unitId = 115,
                                        lat = 0.731795,
                                        skill = "Random",
                                        y = 635677.2300221,
                                        long = 0.730698,
                                        x = -317989.45333289,
                                        name = "Pilot #1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{DA8F810A-EA40-4091-8127-CC2E026041E7}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 8,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Enfield12",
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = true,
                                name = "Trans 1 #001",
                                groupId = 57,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 90,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.736122,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.741468,
                                            x = -284889.06283057,
                                            speed = 138.88888888889,
                                            airdromeId = 25,
                                            y = 683853.75717885,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 75,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73632214954879,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74286154786868,
                                            x = -282865.56120619,
                                            speed = 138.88888888889,
                                            y = 690309.67937694,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 522,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73732381357085,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74273481780225,
                                            x = -276550.83840587,
                                            speed = 138.88888888889,
                                            y = 688985.39075885,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 90,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73457820845384,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73434316986123,
                                            x = -298426.02959066,
                                            speed = 138.88888888889,
                                            y = 651129.61207335,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 90,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73208298516812,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73216968666992,
                                            x = -315423.7675764,
                                            speed = 138.88888888889,
                                            y = 642490.39748273,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 18,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.731802,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.730691,
                                            x = -317948.32727306,
                                            speed = 138.88888888889,
                                            airdromeId = 24,
                                            y = 635639.37385346,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 82800,
                                task = "Transport",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "C-130",
                                        CLSID = "{0213FA86-978D-4586-BAC3-BD642AD52B96}",
                                        unitId = 116,
                                        lat = 0.736122,
                                        skill = "High",
                                        y = 683853.75717885,
                                        long = 0.741468,
                                        x = -284889.06283057,
                                        name = "Pilot #2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "20830",
                                            flare = 60,
                                            chaff = 120,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 11,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Springfield11",
                                        }, -- end of callsign
                                        onboard_num = 20,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [3]
                            [4] = 
                            {
                                hidden = true,
                                name = "Trans 2 #001",
                                groupId = 58,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.737234,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.733932,
                                            x = -281713.83114196,
                                            speed = 138.88888888889,
                                            airdromeId = 23,
                                            y = 647369.87369832,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73718211207795,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73536932020323,
                                            x = -281309.51272347,
                                            speed = 138.88888888889,
                                            y = 654206.22184462,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73606974435475,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73654511776459,
                                            x = -287796.54049144,
                                            speed = 138.88888888889,
                                            y = 660556.1261842,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73454632289708,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73447983401392,
                                            x = -298559.34586097,
                                            speed = 138.88888888889,
                                            y = 651799.01808797,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73216953656664,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73233857116875,
                                            x = -314788.42141961,
                                            speed = 138.88888888889,
                                            y = 643236.86560943,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 18,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.731802,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.730691,
                                            x = -317948.32727306,
                                            speed = 138.88888888889,
                                            airdromeId = 24,
                                            y = 635639.37385346,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 82800,
                                task = "Transport",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "C-130",
                                        CLSID = "{0213FA86-978D-4586-BAC3-BD642AD52B96}",
                                        unitId = 117,
                                        lat = 0.737234,
                                        skill = "High",
                                        y = 647369.87369832,
                                        long = 0.733932,
                                        x = -281713.83114196,
                                        name = "Pilot #3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "20830",
                                            flare = 60,
                                            chaff = 120,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 11,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 4,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Colt11",
                                        }, -- end of callsign
                                        onboard_num = 21,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [4]
                            [5] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Tu-CAP",
                                groupId = 59,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73103048167355,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72759826634994,
                                            x = -324384.5524714,
                                            speed = 222.22222222222,
                                            y = 621432.28455912,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.73165096995257,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.73637754305169,
                                                    radius = 60000,
                                                    y = 661695.69624218,
                                                    x = -305716.32891824,
                                                    lat = 0.73327101056663,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.730012858666,
                                            x = -319247.43482498,
                                            speed = 222.22222222222,
                                            y = 632515.23693335,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.7347626326119,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74233858835218,
                                            x = -293086.25106608,
                                            speed = 222.22222222222,
                                            y = 688953.12909528,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73130752848357,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72870802634998,
                                            x = -322083.77131061,
                                            speed = 222.22222222222,
                                            y = 626538.61070667,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7317605603171,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72942479795822,
                                            x = -318841.1928205,
                                            speed = 222.22222222222,
                                            y = 629648.48114736,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 18,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.731802,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.730691,
                                            x = -317948.32727306,
                                            speed = 138.88888888889,
                                            airdromeId = 24,
                                            y = 635639.37385346,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAP",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-16C bl.50",
                                        CLSID = "{B5B20CFE-3D22-4EC0-A5C4-DDCDD68B5318}",
                                        unitId = 118,
                                        lat = 0.73103048167355,
                                        skill = "High",
                                        long = 0.72759826634994,
                                        x = -324384.5524714,
                                        name = "Pilot #4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{DA8F810A-EA40-4091-8127-CC2E026041E7}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 8,
                                        y = 621432.28455912,
                                        callsign = 
                                        {
                                            [1] = 5,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Dodge11",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-16C bl.50",
                                        CLSID = "{B5B20CFE-3D22-4EC0-A5C4-DDCDD68B5318}",
                                        unitId = 119,
                                        lat = 0.73102348167355,
                                        skill = "High",
                                        long = 0.72760526634994,
                                        x = -324425.78012747,
                                        name = "Pilot #8",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{40EF17B7-F508-45de-8566-6FFECC0C1AB8}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{F376DBEE-4CAE-41BA-ADD9-B2910AC95DEC}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{C8E06185-7CD6-4C90-959F-044679E90751}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{DA8F810A-EA40-4091-8127-CC2E026041E7}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "3104",
                                            flare = 45,
                                            chaff = 90,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 8,
                                        y = 621470.2274835,
                                        callsign = 
                                        {
                                            [1] = 5,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Dodge12",
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [5]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [14]
                [15] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "The Netherlands",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 10,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [15]
            }, -- end of country
        }, -- end of blue
        red = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Russia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 0,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 403,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7696611250958,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75855989093007,
                                            x = -61621.072834013,
                                            speed = 5.5555555555556,
                                            y = 737892.09249822,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 29,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "S-300PS 54K6 cp",
                                        CLSID = "{1C4F9C25-EDBD-429e-B95A-083ABFE82B95}",
                                        unitId = 49,
                                        lat = 0.7696611250958,
                                        skill = "Average",
                                        long = 0.75855989093007,
                                        x = -61621.072834013,
                                        name = "Unit #13",
                                        heading = 0,
                                        y = 737892.09249822,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "S-300PS 40B6MD sr",
                                        CLSID = "{414E9DC1-B881-44C3-8141-049DD59B2A69}",
                                        unitId = 53,
                                        lat = 0.76970407949433,
                                        skill = "Average",
                                        long = 0.75850017750657,
                                        x = -61382.407413655,
                                        name = "Unit #14",
                                        heading = 0,
                                        y = 737582.26961891,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "S-300PS 64H6E sr",
                                        CLSID = "{3F127663-E479-4B8D-855B-7C4F6E9310EA}",
                                        unitId = 54,
                                        lat = 0.76961047594987,
                                        skill = "Average",
                                        long = 0.75862645155037,
                                        x = -61904.743416702,
                                        name = "Unit #15",
                                        heading = 0,
                                        y = 738239.71642875,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "S-300PS 40B6M tr",
                                        CLSID = "{0626F96A-FDFB-42D3-ADE5-A0415690BF5E}",
                                        unitId = 55,
                                        lat = 0.76965036608358,
                                        skill = "Average",
                                        long = 0.75856615424799,
                                        x = -61685.936282668,
                                        name = "Unit #16",
                                        heading = 0,
                                        y = 737929.72572447,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 56,
                                        lat = 0.76969067157218,
                                        skill = "Average",
                                        long = 0.75857843522339,
                                        x = -61422.041845958,
                                        name = "Unit #17",
                                        heading = 0,
                                        y = 737953.08714982,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 57,
                                        lat = 0.76966286310054,
                                        skill = "Average",
                                        long = 0.75852506702979,
                                        x = -61630.367255921,
                                        name = "Unit #18",
                                        heading = 0,
                                        y = 737730.55517752,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 58,
                                        lat = 0.76965036608358,
                                        skill = "Average",
                                        long = 0.75860157342761,
                                        x = -61665.224094931,
                                        name = "Unit #19",
                                        heading = 0,
                                        y = 738092.57254136,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 59,
                                        lat = 0.76962884839367,
                                        skill = "Average",
                                        long = 0.75856117518609,
                                        x = -61825.897912541,
                                        name = "Unit #20",
                                        heading = 0,
                                        y = 737924.50592867,
                                    }, -- end of [8]
                                }, -- end of units
                                name = "SA-10C",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75939512040325,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76155740348048,
                                            x = -125228.59621213,
                                            speed = 5.5555555555556,
                                            y = 760154.1478755,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 41,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 81,
                                        lat = 0.75939512040325,
                                        skill = "Random",
                                        long = 0.76155740348048,
                                        x = -125228.59621213,
                                        name = "Unit #31",
                                        heading = 0,
                                        y = 760154.1478755,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "SA-15 1",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75994746403505,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76286423912825,
                                            x = -120927.11760219,
                                            speed = 5.5555555555556,
                                            y = 765754.14599328,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 42,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "55G6 EWR",
                                        CLSID = "{EDEA0ECC-33A4-488B-8A3C-1D6929B5A871}",
                                        unitId = 82,
                                        lat = 0.75994746403505,
                                        skill = "Random",
                                        long = 0.76286423912825,
                                        x = -120927.11760219,
                                        name = "Unit #32",
                                        heading = 0,
                                        y = 765754.14599328,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "EWR 1",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = true,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 359,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77273896548831,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75214034866226,
                                            x = -45734.036448069,
                                            speed = 5.5555555555556,
                                            y = 705992.62902458,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 43,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "55G6 EWR",
                                        CLSID = "{EDEA0ECC-33A4-488B-8A3C-1D6929B5A871}",
                                        unitId = 83,
                                        lat = 0.77273896548831,
                                        skill = "Random",
                                        long = 0.75214034866226,
                                        x = -45734.036448069,
                                        name = "Unit #33",
                                        heading = 0,
                                        y = 705992.62902458,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "EWR 2",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                name = "Ru-AWACS",
                                groupId = 23,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7522468922212,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74433130710342,
                                            x = -180602.36687922,
                                            speed = 138.88888888889,
                                            y = 685581.83575473,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 7063,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.74412119082004,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7613271906549,
                                            x = -222691.70499562,
                                            speed = 138.88888888889,
                                            y = 771547.26674116,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 7063,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.7518700599508,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74525449285638,
                                            x = -182503.83514982,
                                            speed = 138.88888888889,
                                            y = 690179.86971872,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 1063,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77038437319305,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75683627679007,
                                            x = -58022.597204723,
                                            speed = 138.88888888889,
                                            y = 729395.79459802,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 320,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.771891,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.751935,
                                            x = -51251.551717591,
                                            speed = 138.88888888889,
                                            airdromeId = 26,
                                            y = 705718.47981263,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "AWACS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "A-50",
                                        CLSID = "{CA17F0F8-6AEB-43FA-BC90-76732137F61D}",
                                        unitId = 32,
                                        lat = 0.7522468922212,
                                        skill = "Excellent",
                                        long = 0.74433130710342,
                                        x = -180602.36687922,
                                        name = "AWACS",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "70000",
                                            flare = 192,
                                            chaff = 192,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 685581.83575473,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 1,
                                            name = 101,
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Ru-CAP",
                                groupId = 24,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75137695877602,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74084428215103,
                                            x = -188017.83349695,
                                            speed = 138.88888888889,
                                            y = 669942.62573489,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Begin Loop",
                                            lat = 0.74251123111226,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76061627911042,
                                            x = -233377.42238136,
                                            speed = 138.88888888889,
                                            y = 769494.15984443,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "End Loop",
                                            lat = 0.7509127016707,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74186084278345,
                                            x = -190438.85271106,
                                            speed = 138.88888888889,
                                            y = 675033.0393233,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 1154,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75888479501174,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76011199432388,
                                            x = -129345.47137603,
                                            speed = 138.88888888889,
                                            y = 753869.0250578,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 430,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 138.88888888889,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAP",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 33,
                                        lat = 0.75137695877602,
                                        skill = "Excellent",
                                        long = 0.74084428215103,
                                        x = -188017.83349695,
                                        name = "BARCAP",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{9B25D316-0434-4954-868F-D51DB1A38DF0}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{9B25D316-0434-4954-868F-D51DB1A38DF0}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3500",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 5,
                                        y = 669942.62573489,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 2,
                                            name = 102,
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 34,
                                        lat = 0.75136995877602,
                                        skill = "Excellent",
                                        long = 0.74085128215103,
                                        x = -188058.74311494,
                                        name = "Pilot #5",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{9B25D316-0434-4954-868F-D51DB1A38DF0}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{9B25D316-0434-4954-868F-D51DB1A38DF0}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3500",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 5,
                                        y = 669980.4562723,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 3,
                                            name = 103,
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "Trans 2",
                                groupId = 25,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7668998242199,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76737864623508,
                                            x = -73879.379432058,
                                            speed = 236.11111111111,
                                            y = 780738.52476783,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75438765465723,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74221249896714,
                                            x = -168110.67525126,
                                            speed = 236.11111111111,
                                            y = 674134.21091227,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73831720232814,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72123070633007,
                                            x = -280988.53979809,
                                            speed = 236.11111111111,
                                            y = 586563.7899927,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 441,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.737234,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.733932,
                                            x = -281713.83114196,
                                            speed = 236.11111111111,
                                            airdromeId = 23,
                                            y = 647369.87369832,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Transport",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "IL-76MD",
                                        CLSID = "{439A1A0C-1A35-4B45-A0ED-2F2A0B0E8F31}",
                                        unitId = 36,
                                        lat = 0.7668998242199,
                                        skill = "Excellent",
                                        long = 0.76737864623508,
                                        x = -73879.379432058,
                                        name = "Trans 2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "80000",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 780738.52476783,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 5,
                                            name = 105,
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [3]
                            [4] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "Trans 1",
                                groupId = 45,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76640857789895,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76631995809333,
                                            x = -77658.128308596,
                                            speed = 236.11111111111,
                                            y = 776278.63418487,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75431297673732,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74174066011295,
                                            x = -168841.41729356,
                                            speed = 236.11111111111,
                                            y = 671994.3124008,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73768861779808,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.73389128555835,
                                                    radius = 1000,
                                                    y = 647190.58749052,
                                                    x = -281858.53731013,
                                                    lat = 0.7372145568899,
                                                    categories = 
                                                    {
                                                        [1] = "Airfields",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.72756821436843,
                                            x = -281977.09661832,
                                            speed = 236.11111111111,
                                            y = 616941.48287591,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 685,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.737234,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.733932,
                                            x = -281713.83114196,
                                            speed = 138.88888888889,
                                            airdromeId = 23,
                                            y = 647369.87369832,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Transport",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "IL-76MD",
                                        CLSID = "{439A1A0C-1A35-4B45-A0ED-2F2A0B0E8F31}",
                                        unitId = 85,
                                        lat = 0.76640857789895,
                                        skill = "Excellent",
                                        long = 0.76631995809333,
                                        x = -77658.128308596,
                                        name = "Trans 1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "80000",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 776278.63418487,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 1,
                                            name = "101",
                                        }, -- end of callsign
                                        onboard_num = 18,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [4]
                            [5] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "CAS",
                                groupId = 46,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7629091235267,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75943613887578,
                                            x = -104113.40357316,
                                            speed = 236.11111111111,
                                            y = 747451.84668775,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75408349557354,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.73392792231266,
                                                    radius = 3000,
                                                    y = 647282.54900437,
                                                    x = -281076.9620578,
                                                    lat = 0.7373342808816,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.74214675858822,
                                            x = -170083.88603362,
                                            speed = 236.11111111111,
                                            y = 674050.68735339,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 3619,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73754034613128,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.7338795856086,
                                                    radius = 3000,
                                                    y = 647114.84311049,
                                                    x = -281672.66448584,
                                                    lat = 0.73724466781866,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.73402162591634,
                                            x = -279716.066535,
                                            speed = 250,
                                            y = 647585.70876521,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 3619,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73805450986861,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75526909152431,
                                            x = -264921.17921905,
                                            speed = 250,
                                            y = 747775.38770469,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77093642899681,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75494733967212,
                                            x = -55611.243003155,
                                            speed = 250,
                                            y = 720292.41386663,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 320,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.771891,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.751935,
                                            x = -51251.551717591,
                                            speed = 138.88888888889,
                                            airdromeId = 26,
                                            y = 705718.47981263,
                                        }, -- end of [6]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25T",
                                        CLSID = "{31E68806-0891-4e12-9573-D1CFEA8C96F8}",
                                        unitId = 86,
                                        lat = 0.7629091235267,
                                        skill = "Excellent",
                                        long = 0.75943613887578,
                                        x = -104113.40357316,
                                        name = "CAS 1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{0180F983-C14A-11d8-9897-000476191836}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    CLSID = "{0180F983-C14A-11d8-9897-000476191836}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "3790",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 747451.84668775,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 6,
                                            name = 106,
                                        }, -- end of callsign
                                        onboard_num = 19,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-25T",
                                        CLSID = "{31E68806-0891-4e12-9573-D1CFEA8C96F8}",
                                        unitId = 87,
                                        lat = 0.7629021235267,
                                        skill = "Excellent",
                                        long = 0.75944313887578,
                                        x = -104153.80014021,
                                        name = "CAS 2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{0180F983-C14A-11d8-9897-000476191836}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    CLSID = "{0180F983-C14A-11d8-9897-000476191836}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "3790",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 747489.83958067,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 4,
                                            name = 104,
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [5]
                            [6] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "CAS 2",
                                groupId = 47,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76360317440754,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76514508175478,
                                            x = -96249.511276621,
                                            speed = 236.11111111111,
                                            y = 773238.32045501,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74909113230833,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75722756005284,
                                            x = -193443.5113495,
                                            speed = 236.11111111111,
                                            y = 748304.82634498,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74008726003172,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.74135116212486,
                                                    radius = 3000,
                                                    y = 683288.31815927,
                                                    x = -284847.8042678,
                                                    lat = 0.73613810844888,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.75177787279057,
                                            x = -253957.32598803,
                                            speed = 250,
                                            y = 729695.33145039,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73631217450662,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.74137650283921,
                                                    radius = 3000,
                                                    y = 683380.01716456,
                                                    x = -284581.80319219,
                                                    lat = 0.73617776156376,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.7418103509143,
                                            x = -283496.64568258,
                                            speed = 250,
                                            y = 685339.79442297,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75464092790679,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74104577030597,
                                            x = -167118.23112802,
                                            speed = 250,
                                            y = 668514.42092877,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75830074230176,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75874763913915,
                                            x = -133876.70802803,
                                            speed = 250,
                                            y = 748009.55337941,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 1137,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 138.88888888889,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [7]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25T",
                                        CLSID = "{31E68806-0891-4e12-9573-D1CFEA8C96F8}",
                                        unitId = 88,
                                        lat = 0.76360317440754,
                                        skill = "Excellent",
                                        long = 0.76514508175478,
                                        x = -96249.511276621,
                                        name = "CAS 3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{0180F983-C14A-11d8-9897-000476191836}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    CLSID = "{0180F983-C14A-11d8-9897-000476191836}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "3790",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 773238.32045501,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 7,
                                            name = 107,
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-25T",
                                        CLSID = "{31E68806-0891-4e12-9573-D1CFEA8C96F8}",
                                        unitId = 89,
                                        lat = 0.76359617440754,
                                        skill = "Excellent",
                                        long = 0.76515208175478,
                                        x = -96289.80770144,
                                        name = "CAS 4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{0180F983-C14A-11d8-9897-000476191836}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    CLSID = "{0180F983-C14A-11d8-9897-000476191836}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{F72F47E5-C83A-4B85-96ED-D3E46671EE9A}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "3790",
                                            flare = 128,
                                            chaff = 128,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 773276.4534433,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 8,
                                            name = 108,
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [6]
                            [7] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "Trans 4",
                                groupId = 48,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76960784182776,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76847907697562,
                                            x = -55947.55592343,
                                            speed = 236.11111111111,
                                            y = 783468.54236951,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74900135973787,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75748258411717,
                                            x = -193866.67982744,
                                            speed = 236.11111111111,
                                            y = 749573.08562438,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73992429789673,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.74153081871897,
                                                    radius = 2000,
                                                    y = 684146.06456632,
                                                    x = -284807.22207774,
                                                    lat = 0.73612966324332,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.75650003620463,
                                            x = -252286.12592748,
                                            speed = 236.11111111111,
                                            y = 752124.09033581,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 2847,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.736122,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.741468,
                                            x = -284889.06283057,
                                            speed = 236.11111111111,
                                            airdromeId = 25,
                                            y = 683853.75717885,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Transport",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "IL-76MD",
                                        CLSID = "{439A1A0C-1A35-4B45-A0ED-2F2A0B0E8F31}",
                                        unitId = 90,
                                        lat = 0.76960784182776,
                                        skill = "Excellent",
                                        long = 0.76847907697562,
                                        x = -55947.55592343,
                                        name = "101",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "80000",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 783468.54236951,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 9,
                                            name = 109,
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [7]
                            [8] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "Trans 3",
                                groupId = 49,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76866828381228,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76794526269315,
                                            x = -62267.256305103,
                                            speed = 236.11111111111,
                                            y = 781830.58833231,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74905035526181,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75730922808272,
                                            x = -193655.67474116,
                                            speed = 236.11111111111,
                                            y = 748720.64339986,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73815595328876,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7493692067468,
                                            x = -267619.24729548,
                                            speed = 236.11111111111,
                                            y = 719771.23673363,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 225,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.736122,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.741468,
                                            x = -284889.06283057,
                                            speed = 138.88888888889,
                                            airdromeId = 25,
                                            y = 683853.75717885,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 45,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.736122,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.741468,
                                            x = -284889.06283057,
                                            speed = 138.88888888889,
                                            airdromeId = 25,
                                            y = 683853.75717885,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Transport",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "IL-76MD",
                                        CLSID = "{439A1A0C-1A35-4B45-A0ED-2F2A0B0E8F31}",
                                        unitId = 91,
                                        lat = 0.76866828381228,
                                        skill = "Excellent",
                                        long = 0.76794526269315,
                                        x = -62267.256305103,
                                        name = "Trans 3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "80000",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 781830.58833231,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 1,
                                            name = "101",
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "IL-76MD",
                                        CLSID = "{439A1A0C-1A35-4B45-A0ED-2F2A0B0E8F31}",
                                        unitId = 92,
                                        lat = 0.76866128381228,
                                        skill = "Excellent",
                                        long = 0.76795226269315,
                                        x = -62307.444474484,
                                        name = "SEAD 4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "80000",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 781868.7096906,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = 111,
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [8]
                            [9] = 
                            {
                                hidden = false,
                                name = "Player",
                                groupId = 1,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 138.88888888889,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 1000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7600373428565,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76320513330168,
                                            x = -120150.36412898,
                                            speed = 194.44444444444,
                                            y = 767260.13128563,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 4559,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75115455018792,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75121087287633,
                                            x = -183757.09706135,
                                            speed = 250,
                                            y = 718547.55896091,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73971245915195,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73065341890326,
                                            x = -267564.8428655,
                                            speed = 250,
                                            y = 630187.22159157,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 4559,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7355126945531,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74589789497228,
                                            x = -286385.28375517,
                                            speed = 250,
                                            y = 705296.93860015,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75896932548674,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7603611400243,
                                            x = -128657.71701802,
                                            speed = 222.22222222222,
                                            y = 754955.86134116,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 430,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 138.88888888889,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [7]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Fighter Sweep",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 1,
                                        lat = 0.759437,
                                        skill = "Player",
                                        y = 760428.0733062,
                                        long = 0.761624,
                                        x = -124921.90954665,
                                        name = "Александр",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3500",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 5,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 4,
                                            name = 114,
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 35,
                                        lat = 0.75943,
                                        skill = "Excellent",
                                        y = 760466.37391759,
                                        long = 0.761631,
                                        x = -124962.31193751,
                                        name = "Wingman 2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3500",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 5,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 3,
                                            name = 113,
                                        }, -- end of callsign
                                        onboard_num = 14,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 120,
                                        lat = 0.759423,
                                        skill = "Excellent",
                                        y = 760504.67452897,
                                        long = 0.761638,
                                        x = -125002.71432837,
                                        name = " Wingman 3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3500",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 5,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 5,
                                            name = 115,
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 121,
                                        lat = 0.759416,
                                        skill = "Excellent",
                                        y = 760542.97514035,
                                        long = 0.761645,
                                        x = -125043.11671923,
                                        name = " Wingman 4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3500",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 5,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 0,
                                            name = 110,
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [9]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                heading = 6.0258615922085,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75941837892154,
                                            long = 0.76172336975092,
                                            x = -124981.02507053,
                                            name = "",
                                            speed = 0,
                                            y = 760904.43997384,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 10,
                                lat = 0.75941837892154,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "IL-76MD",
                                        CLSID = "{439A1A0C-1A35-4B45-A0ED-2F2A0B0E8F31}",
                                        unitId = 19,
                                        lat = 0.75941837892154,
                                        long = 0.76172336975092,
                                        x = -124981.02507053,
                                        name = "New Static Object #001",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760904.43997384,
                                        heading = 6.0258615922085,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76172336975092,
                                name = "New Static Object #001",
                                dead = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                heading = 6.0258615922085,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75939955838476,
                                            long = 0.7616874592678,
                                            x = -125122.43175147,
                                            name = "",
                                            speed = 0,
                                            y = 760753.59551877,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 11,
                                lat = 0.75939955838476,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 20,
                                        lat = 0.75939955838476,
                                        long = 0.7616874592678,
                                        x = -125122.43175147,
                                        name = "New Static Object #002",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760753.59551877,
                                        heading = 6.0258615922085,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.7616874592678,
                                name = "New Static Object #002",
                                dead = false,
                            }, -- end of [2]
                            [3] = 
                            {
                                heading = 6.0258615922085,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.759396024435,
                                            long = 0.76167626008317,
                                            x = -125151.65269546,
                                            name = "",
                                            speed = 0,
                                            y = 760704.60499689,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 12,
                                lat = 0.759396024435,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 21,
                                        lat = 0.759396024435,
                                        long = 0.76167626008317,
                                        x = -125151.65269546,
                                        name = "New Static Object #003",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760704.60499689,
                                        heading = 6.0258615922085,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76167626008317,
                                name = "New Static Object #003",
                                dead = false,
                            }, -- end of [3]
                            [4] = 
                            {
                                heading = 6.0258615922085,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75939175083718,
                                            long = 0.76166304551257,
                                            x = -125186.79273111,
                                            name = "",
                                            speed = 0,
                                            y = 760646.88468788,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 13,
                                lat = 0.75939175083718,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 22,
                                        lat = 0.75939175083718,
                                        long = 0.76166304551257,
                                        x = -125186.79273111,
                                        name = "New Static Object #004",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760646.88468788,
                                        heading = 6.0258615922085,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76166304551257,
                                name = "New Static Object #004",
                                dead = false,
                            }, -- end of [4]
                            [5] = 
                            {
                                heading = 6.0258615922085,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75938616231234,
                                            long = 0.76164881291289,
                                            x = -125230.91945033,
                                            name = "",
                                            speed = 0,
                                            y = 760585.53967408,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 14,
                                lat = 0.75938616231234,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 23,
                                        lat = 0.75938616231234,
                                        long = 0.76164881291289,
                                        x = -125230.91945033,
                                        name = "New Static Object #005",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760585.53967408,
                                        heading = 6.0258615922085,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76164881291289,
                                name = "New Static Object #005",
                                dead = false,
                            }, -- end of [5]
                            [6] = 
                            {
                                heading = 6.0258615922085,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75937950543174,
                                            long = 0.76162844437322,
                                            x = -125285.52718684,
                                            name = "",
                                            speed = 0,
                                            y = 760496.62944596,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 15,
                                lat = 0.75937950543174,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 24,
                                        lat = 0.75937950543174,
                                        long = 0.76162844437322,
                                        x = -125285.52718684,
                                        name = "New Static Object #006",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760496.62944596,
                                        heading = 6.0258615922085,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76162844437322,
                                name = "New Static Object #006",
                                dead = false,
                            }, -- end of [6]
                            [7] = 
                            {
                                heading = 6.0258615922085,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75937514971781,
                                            long = 0.76161656779157,
                                            x = -125320.38902498,
                                            name = "",
                                            speed = 0,
                                            y = 760445.1826895,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 16,
                                lat = 0.75937514971781,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25T",
                                        CLSID = "{31E68806-0891-4e12-9573-D1CFEA8C96F8}",
                                        unitId = 25,
                                        lat = 0.75937514971781,
                                        rate = "50",
                                        long = 0.76161656779157,
                                        x = -125320.38902498,
                                        name = "New Static Object #007",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760445.1826895,
                                        heading = 6.0258615922085,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76161656779157,
                                name = "New Static Object #007",
                                dead = false,
                            }, -- end of [7]
                            [8] = 
                            {
                                heading = 6.0258615922085,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75937071183913,
                                            long = 0.76160411311744,
                                            x = -125356.12053279,
                                            name = "",
                                            speed = 0,
                                            y = 760391.12348088,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 17,
                                lat = 0.75937071183913,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-25T",
                                        CLSID = "{31E68806-0891-4e12-9573-D1CFEA8C96F8}",
                                        unitId = 26,
                                        lat = 0.75937071183913,
                                        rate = "50",
                                        long = 0.76160411311744,
                                        x = -125356.12053279,
                                        name = "New Static Object #008",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760391.12348088,
                                        heading = 6.0258615922085,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76160411311744,
                                name = "New Static Object #008",
                                dead = false,
                            }, -- end of [8]
                            [9] = 
                            {
                                heading = 1.1341691669814,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.7593933945266,
                                            long = 0.76168620271966,
                                            x = -125162.4522677,
                                            name = "",
                                            speed = 0,
                                            y = 760752.90818969,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 19,
                                lat = 0.7593933945266,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ATZ-10",
                                        CLSID = "{C0A5AA21-5A93-4707-9A9F-2AE24C4A22B0}",
                                        unitId = 28,
                                        lat = 0.7593933945266,
                                        long = 0.76168620271966,
                                        x = -125162.4522677,
                                        name = "New Static Object #010",
                                        category = "Ground vehicles",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760752.90818969,
                                        heading = 1.1341691669814,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76168620271966,
                                name = "New Static Object #010",
                                dead = false,
                            }, -- end of [9]
                            [10] = 
                            {
                                heading = 6.1413770201129,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75938213530547,
                                            long = 0.76163855734325,
                                            x = -125262.7163637,
                                            name = "",
                                            speed = 0,
                                            y = 760541.33643536,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 20,
                                lat = 0.75938213530547,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ATZ-10",
                                        CLSID = "{C0A5AA21-5A93-4707-9A9F-2AE24C4A22B0}",
                                        unitId = 29,
                                        lat = 0.75938213530547,
                                        long = 0.76163855734325,
                                        x = -125262.7163637,
                                        name = "New Static Object #011",
                                        category = "Ground vehicles",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760541.33643536,
                                        heading = 6.1413770201129,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76163855734325,
                                name = "New Static Object #011",
                                dead = false,
                            }, -- end of [10]
                            [11] = 
                            {
                                heading = 2.6519474417174,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75936742453364,
                                            long = 0.76161430190021,
                                            x = -125370.9607515,
                                            name = "",
                                            speed = 0,
                                            y = 760441.11640998,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 21,
                                lat = 0.75936742453364,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZiL-131 APA-80",
                                        CLSID = "{A207B91F-77F0-4647-8D74-88A9D3851EAD}",
                                        unitId = 30,
                                        lat = 0.75936742453364,
                                        long = 0.76161430190021,
                                        x = -125370.9607515,
                                        name = "New Static Object #012",
                                        category = "Ground vehicles",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760441.11640998,
                                        heading = 2.6519474417174,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76161430190021,
                                name = "New Static Object #012",
                                dead = false,
                            }, -- end of [11]
                            [12] = 
                            {
                                heading = 0.90482708941579,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.75937227331283,
                                            long = 0.76162668881407,
                                            x = -125332.65211082,
                                            name = "",
                                            speed = 0,
                                            y = 760494.51872176,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 22,
                                lat = 0.75937227331283,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ZiL-131 APA-80",
                                        CLSID = "{A207B91F-77F0-4647-8D74-88A9D3851EAD}",
                                        unitId = 31,
                                        lat = 0.75937227331283,
                                        long = 0.76162668881407,
                                        x = -125332.65211082,
                                        name = "New Static Object #013",
                                        category = "Ground vehicles",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 760494.51872176,
                                        heading = 0.90482708941579,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.76162668881407,
                                name = "New Static Object #013",
                                dead = false,
                            }, -- end of [12]
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
            }, -- end of country
        }, -- end of red
    }, -- end of coalition
    sortie = "Сопровождение Десанта",
    version = 2,
    trigfuncStartup = 
    {
    }, -- end of trigfuncStartup
    currentKey = 41837,
    start_time = 29700,
    forcedOptions = 
    {
    }, -- end of forcedOptions
    failures = 
    {
        hydro = 
        {
            hh = 0,
            prob = 100,
            label = "HYDRO",
            enable = false,
            mmint = 1,
            id = "hydro",
            mm = 0,
        }, -- end of hydro
        eos = 
        {
            hh = 0,
            prob = 100,
            label = "EOS",
            enable = false,
            mmint = 1,
            id = "eos",
            mm = 0,
        }, -- end of eos
        ecm = 
        {
            hh = 0,
            prob = 100,
            label = "ECM",
            enable = false,
            mmint = 1,
            id = "ecm",
            mm = 0,
        }, -- end of ecm
        helmet = 
        {
            hh = 0,
            prob = 100,
            label = "HELMET",
            enable = false,
            mmint = 1,
            id = "helmet",
            mm = 0,
        }, -- end of helmet
        l_engine = 
        {
            hh = 0,
            prob = 100,
            label = "L-ENGINE",
            enable = false,
            mmint = 1,
            id = "l_engine",
            mm = 0,
        }, -- end of l_engine
        autopilot = 
        {
            hh = 0,
            prob = 100,
            label = "AUTOPILOT",
            enable = false,
            mmint = 1,
            id = "autopilot",
            mm = 0,
        }, -- end of autopilot
        hud = 
        {
            hh = 0,
            prob = 100,
            label = "HUD",
            enable = false,
            mmint = 1,
            id = "hud",
            mm = 0,
        }, -- end of hud
        asc = 
        {
            hh = 0,
            prob = 100,
            label = "ASC",
            enable = false,
            mmint = 1,
            id = "asc",
            mm = 0,
        }, -- end of asc
        rws = 
        {
            hh = 0,
            prob = 100,
            label = "RWS",
            enable = false,
            mmint = 1,
            id = "rws",
            mm = 0,
        }, -- end of rws
        r_engine = 
        {
            hh = 0,
            prob = 100,
            label = "R-ENGINE",
            enable = false,
            mmint = 1,
            id = "r_engine",
            mm = 0,
        }, -- end of r_engine
        radar = 
        {
            hh = 0,
            prob = 100,
            label = "RADAR",
            enable = false,
            mmint = 1,
            id = "radar",
            mm = 0,
        }, -- end of radar
        mfd = 
        {
            hh = 0,
            prob = 100,
            label = "MFD",
            enable = false,
            mmint = 1,
            id = "mfd",
            mm = 0,
        }, -- end of mfd
    }, -- end of failures
} -- end of mission
